projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d656e4
)
(te-edit): Pass proper format string to message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:58:10 +0000
(
00:58
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:58:10 +0000
(
00:58
+0000)
lisp/terminal.el
patch
|
blob
|
history
diff --git
a/lisp/terminal.el
b/lisp/terminal.el
index e2f86905134894973bb353618f332b582e6738a3..2bbd3f9251696a31d93f4259a05bcebc9265d04d 100644
(file)
--- a/
lisp/terminal.el
+++ b/
lisp/terminal.el
@@
-514,7
+514,8
@@
together with a command \\<terminal-edit-map>to return to terminal emulation: \\
;; Make mode line update.
(if (eq (key-binding "\C-c\C-c") 'terminal-cease-edit)
(message "Editing: Type C-c C-c to return to Terminal")
- (message (substitute-command-keys
+ (message "%s"
+ (substitute-command-keys
"Editing: Type \\[terminal-cease-edit] to return to Terminal"))))
(defun terminal-cease-edit ()